Deathdealer,
I had to make a small change in public_topic_page.pl and quite a few changes in vars_registration.cgi to make it compliant for 6.2.1.2
For example:
this:
'custom1_field_use' =>
instead of this:
custom1_field_use =>
this:
'customfield1' => '',
instead of this:
customfield1 => qq~~,
In vars_registration.cgi the following code is also wrong:
customfield1 => qq~Font Color
color-table~,
and
customfield2 => qq~Glow Color
color-table~,
A few code changes had to be made in this file.. What I used was:
'customfield1' => 'Font Color
color-table',
and the same thing for 'customfield2' to get hex_code.htm to load...
Anyone have the fix for this line of code??
Right now I have this mod working perfectly

Just looking for the correct line of code mentioned above so that it is correct..